home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
dev
/
lang
/
fpcsrc.lha
/
fpc
/
compiler
/
errore.msg
< prev
next >
Wrap
Text File
|
1998-09-24
|
15KB
|
430 lines
;
; English messagefile for Free Pascal Compiler
;
; The letters until the _ indicate which type of message will be displayed,
; they are listed in order of importance, combinations may be made. The
; default when no type is listed is V_Default (=Error)
; F - Fatal Error
; E - Error
; W - Warning
; N - Note
; H - Hint
; I - Info
; L - Linenumber
; U - Used
; T - Tried
; M - Macro
; P - Procedure
; C - Conditional
; D - Debug
; Special cases:
; S - Stop the compiler after displaying the message
;
; Warning: When this file is loaded at runtime, the comments are also
; loaded to the memory
;
I_$1 kB free
L_$1 lines $2 kB free
I_$1 stream kB used
I_$1 EMS kB used
I_Compiler: $1
I_Units are searched in: $1
D_Source OS: $1
I_Target OS: $1
U_Using executable path: $1
U_Using GCClib path: $1
I_$1 Lines compiled, $2 sec
;
; Scanner (also scanner part of the assembler)
;
F_Unexpected end of file
F_String exceeds line
F_illegal character
F_Syntax error $2 expected at col $1
U_Start reading includefile $1
W_Comment level $1 found
N_$F directive (FAR) ignored
N_Stack check is global under linux
W_Illegal compiler switch
W_This compiler switch has a global effect
E_Illegal char constant
F_Can't open file
F_Can't open include file $1
E_Too many $ENDIFs or $ELSEs
W_Records fields can be aligned to 1,2 or 4 bytes only
E_$1 expected for $2 defined in line $3
E_Syntax error while parsing a conditional compiling expression
E_Evaluating a conditional compiling expression
W_Macro contents is cut after char 255 to evalute expression
E_ENDIF without IF(N)DEF
F_User defined: $1
E_User defined: $1
W_User defined: $1
N_User defined: $1
H_User defined: $1
I_User defined: $1
E_Keyword redefined as macro has no effect
F_Macro buffer overflow while reading or expanding a macro
W_Extension of macros exceeds a deep of 16, perhaps there is a recursive macro definition (crashes the compiler)
E_compiler switches aren't allowed in (* ... *) styled comments
D_Handling switch "$1"
C_ENDIF $1 found
C_IFDEF $1 found, $2
C_IFOPT $1 found, $2
C_IF $1 found, $2
C_IFNDEF $1 found, $2
C_ELSE $1 found, $2
C_Skipping until...
I_Press <return> to continue
W_Unsupported switch $1
W_Illegal compiler directive $1
;
; Parser
;
E_Parser - Syntax Error
W_Procedure type FAR ignored
W_Procedure type NEAR ignored
E_No DLL File specified
E_Constructor name must be INIT
E_Destructor name must be DONE
E_Illegal open parameter
E_Procedure type INLINE not supported
W_Private methods shouldn't be VIRTUAL
E_Constructor can't be private or protected
E_Destructor can't be private or protected
N_Class should have one destructor only
E_Local class definitions are not allowed
E_Anonym class definitions are not allowed
E_Ordinal value expected
E_Illegal parameter list
E_overloaded identifier isn't a function identifier
E_overloaded functions have the same parameter list
E_function header doesn't match the forward declaration $1
N_only values can be jumped over in enumeration types
N_Interface and implementation names are different !
E_function nesting > 31
E_range check error while evaluating constants
E_pointer type expected
E_class type expected
E_duplicate case label
E_typed constants of classes are not allowed
E_functions variables of overloaded functions are not allowed
E_string length must be a value from 1 to 255
W_use extended syntax of DISPOSE and NEW to generate instances of objects
E_class identifier expected
E_method identifier expected
E_function header doesn't match any method of this class
P_procedure/function $1 ($2) at line $3
E_Illegal floating point constant
E_FAIL can be used in constructors only
E_Destructors can't have parameters
E_string types doesn't match, because of $V+ mode
E_Only class methods can be referred with class references
E_Only class methods can be accessed in class methods
E_Constant and CASE types do not match
E_The symbol can't be exported from a library
W_A inherited method is hidden by $1
E_There is no method in an ancestor class to be overridden: $1
E_No member is provided to access property
E_Illegal symbol for property access
E_Cannot write a protected field of an object
E_all overloaded methods must be virtual if one is virtual: $1
E_overloaded methods which are virtual must have the same return type: $1
E_EXPORT declared functions can't be nested
E_methods can't be EXPORTed
E_call by var parameters have to match exactly
E_Class isn't a super class of the current class
E_SELF is only allowed in methods
E_methods can be only in other methods called direct with type identifier of the class
E_Illegal use of ':'
E_range check error in set constructor or duplicate set element
E_Pointer to class expected
E_Expression must be constructor call
E_Expression must be destructor call
E_Type conflict between set elements
W_Using / will give a floating point result, use DIV instead to get an integer result
E_Illegal order of record elements
E_Expression type must by class or record type
E_Functions with void return value can't return any value
E_constructors and destructors must be methods
W_Automatic type conversion from floating type to COMP which is an integer type
E_Operator is not overloaded
E_Variable or type indentifier expected
E_Re-raise isn't possible there
E_The extended syntax of new or dispose isn't allowed for a class
E_Assembler incompatible with function return value
E_Procedure overloading is switched off
E_It is not possible to overload this operator (overload = instead)
E_Comparative operator must return a boolean value
E_Only virtual methods can be abstract
F_Use of unsupported feature!
E_The mix of CLASSES and OBJECTS isn't allowed
W_Unknown procedure directive had to be ignored: $1
E_absolute can only be associated to ONE variable
E_absolute can only be associated a var or const
E_Abtract methods shouldn't have any definition (with function body)
E_This overloaded function can't be local (must be exported)
E_succ or pred on enums with assignments not possible
W_Virtual methods are used without a constructor
M_Macro defined: $1
M_Macro undefined: $1
M_Macro $1 set to $2
I_Compiling $1
D_Compiling $1 for the second time
E_Array properties aren't allowed at this point
E_No property found to override
E_Only one default property is allowed, found inherited default property in class %1
E_The default property must be an array property
E_Virtual constructors are only supported in class object model
E_No default property available
;
; Symbol-table errors/warnings
;
N_Local variable $1 doesn't seem to be initialized yet !
E_Identifier not found $1
F_Internal Error in SymTableStack()
E_Duplicate identifier $1
E_Unknown identifier $1
E_Forward declaration not solved: $1
F_Identifier type already defined as type
E_Type identifier expected
E_Type mismatch
E_Error in type defenition
E_Type identifier not defined
E_Only static variables can be used in static methods or outside methods
E_Invalid call to tvarsym.mangledname()
F_record or class type expected
E_To generate an instance of a class or an object with an abtract method isn't allowed
E_Label not defined $1
E_Illegal label declaration
E_GOTO und LABEL are not supported (use command line switch -Sg)
E_Label not found
E_identifier isn't a label
E_label already defined
E_illegal type declaration of set elements
E_Forward class definition not resolved $1
H_Identifier not used $1, declared in line $2
E_Set elements are not compatible
E_Set type expected
W_Function result does not seem to be set
E_Unknown field identifier
N_Local variable does not seem to be initialized: $1
E_identifier idents no member
;
; Codegenerator
;
E_BREAK not allowed
E_CONTINUE not allowed
E_Expression too complicated - FPU stack overflow
E_Illegal expression
E_Invalid integer
E_Illegal qualifier
E_High range limit < low range limit
E_Illegal counter variable
E_Can't determine which overloaded function to call
E_Parameter list size exceeds 65535 bytes
E_Illegal type conversion
E_File types must be var parameters
E_The use of a far pointer isn't allowed there
E_illegal call by reference parameters
E_EXPORT declared functions can't be called
W_Possible illegal call of constructor or destructor (doesn't match to this conte